html table line break

55

see line from table html -

<style>
table {
  border-collapse: collapse;
}
tr { 
  border: solid;
  border-width: 1px 0;
}
</style>

Comments

Submit
0 Comments